home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / Stack Catalogs / maxStax+™ Catalog / Authoring .maxstax+ / background_6716.txt < prev    next >
Text File  |  1990-03-30  |  3KB  |  162 lines

  1. -- background: 6716 from stack: in.maxstax+
  2. -- bmap block id: 7176
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Stack Info©  V. 1.0
  6.  
  7.  
  8. -- part 7 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=10 top=317 right=334 bottom=285
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 256
  18. -- line height: 12
  19. -- part name: Stack Info©  V. 1.0
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.  
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 8 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=289 top=317 right=335 bottom=311
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 24317 / 24317
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: First
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual scroll right
  42.   go first cd of this bg
  43.   play harpsichord tempo 500 a#
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 9 (button)
  49. -- low flags: 00
  50. -- high flags: 2000
  51. -- rect: left=310 top=317 right=335 bottom=327
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 15420 / 15420
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Prev
  60. ----- HyperTalk script -----
  61. on mousedown
  62.   visual scroll right
  63.   go prev cd of this bg
  64. end mousedown
  65.  
  66. on mousestilldown
  67.   visual scroll right
  68.   wait 2 ticks
  69.   go prev cd of this bg
  70. end mousestilldown
  71.  
  72. on mouseUp
  73.   --TRAP MOUSE
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 10 (button)
  79. -- low flags: 00
  80. -- high flags: 2000
  81. -- rect: left=351 top=317 right=335 bottom=368
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 16560 / 16560
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Next
  90. ----- HyperTalk script -----
  91. on mousedown
  92.   visual scroll left
  93.   go to next cd of this bg
  94. end mousedown
  95.  
  96. on mousestilldown
  97.   visual scroll left
  98.   wait 2 ticks
  99.   go next cd of this bg
  100. end mousestilldown
  101.  
  102. on mouseUp
  103.   --TRAP MOUSE
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 11 (button)
  109. -- low flags: 00
  110. -- high flags: 2000
  111. -- rect: left=367 top=317 right=335 bottom=387
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 29903 / 29903
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: last
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   visual scroll left
  123.   go to last cd of this bg
  124.   play harpsichord tempo 500 a#
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 12 (button)
  130. -- low flags: 00
  131. -- high flags: A003
  132. -- rect: left=391 top=317 right=334 bottom=500
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 3
  137. -- text size: 9
  138. -- style flags: 256
  139. -- line height: 12
  140. -- part name: Return to catalog
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   global thisCard
  144.   visual zoom in
  145.   go to thisCard
  146. end mouseUp
  147.  
  148.  
  149.  
  150. -- part 13 (button)
  151. -- low flags: 00
  152. -- high flags: 8001
  153. -- rect: left=328 top=319 right=334 bottom=351
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 1
  157. -- font id: 3
  158. -- text size: 9
  159. -- style flags: 256
  160. -- line height: 12
  161. -- part name: 3
  162.